home *** CD-ROM | disk | FTP | other *** search
- MCGA + Tweaked Mode Flic Player
- -------------------------------
-
- This Flic player can play 256 color .FLI and .FLC animation files in the
- formats 320x200 and 320x400. It is written in a mix of Borland Pascal and
- assembler.
-
-
- Except for MTEST.ASM and TIMER.PAS, all code in this package was written
- by Brian Jensen aka goto64 of Purple. You can use the code in your own
- programs, free of charge, but I would appreciate it if you credit me in
- your production.
-
- TIMER.PAS is written by Mark Feldman.
- I don't remember who wrote MTEST.PAS, but I think it was printed in PC
- Magazine.
-
-
- I have only tested the program with a few flics, so it may contain bugs.
- Please report all bugs:
- E-Mail: purple@diku.dk
- Or leave a message to goto64 on Purple's BBS Solid Cruise: +45 47 38 27 77
-
-
- The package includes:
-
- TWEAKFLC.DOC This text.
- TWEAKFLC.EXE Player executable compiled for 286+ with Borland Pascal V7.0.
- TWEAKFLC.PAS Pascal source for the player.
- TWKUNIT.PAS Tweaked mode 320x400x256 routines used by the player.
- TIMER.PAS Millisecond timer routine.
- COPY386.ASM Assembler source for 386 version of MCGA screen copy routine.
- MTEST.ASM Assembler source for processor determination routine.
- COPY386.OBJ Compiled version of COPY386.ASM
- MTEST.OBJ Compiled version of MTEST.OBJ
- TWK256.OBJ Tweaked mode BGI used by the player.
-
-
- A little note on the code:
- Near the bottom of the main program, you find the lines:
-
- If Not keypressed Then
- BEGIN
- Seek(flicfile,head.oframe1);
- Goto Again;
- END;
-
- If you want to play a flic which is specially made to loop, head.oframe1
- should probably be changed to head.oframe2.
-
-
- Hope you find the program useful.
-
- - Brian Jensen aka goto64 of Purple.